From: Lars-Peter Clausen Date: Mon, 19 Sep 2011 14:19:09 +0000 (+0200) Subject: mfd: Make jz4740_adc_driver static X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~12533^2~35 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=429c9ecc76c096cab836060cd3219620437c3221;p=linux-4.9.git mfd: Make jz4740_adc_driver static Signed-off-by: Lars-Peter Clausen Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/jz4740-adc.c b/drivers/mfd/jz4740-adc.c index 563654c9b19e..1e9ee533eacb 100644 --- a/drivers/mfd/jz4740-adc.c +++ b/drivers/mfd/jz4740-adc.c @@ -328,7 +328,7 @@ static int __devexit jz4740_adc_remove(struct platform_device *pdev) return 0; } -struct platform_driver jz4740_adc_driver = { +static struct platform_driver jz4740_adc_driver = { .probe = jz4740_adc_probe, .remove = __devexit_p(jz4740_adc_remove), .driver = {